Device Drivers Serial Technical Notes
Serial devices communicate with a computer through a serial port, which transmits and receives data in a serial bit stream. In Mac OS X, developers can access serial-port devices through the I/O Kit (Apple's object-oriented driver development framework) in conjunction with the POSIX termios API. |